home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Headers / misckit / miscgiskit / MiscUKUTMCoord.h < prev    next >
Encoding:
Text File  |  1995-07-08  |  690 b   |  29 lines

  1. /*=========================== MiscUKUTMCoord.h ==============================*/
  2. /* MiscUKUTMCoord class contains and supports values representing locations
  3.    in the UK National Grid Universal Transverse Mercator coordinate system
  4.    as of March 1983.
  5.  
  6.    DMA Release 0.8, Copyright @1993 by Genesis Project, Ltd. All Rights
  7.    Reserved. For further information on terms and conditions see
  8.         the MiscKit license.
  9.  
  10. HISTORY
  11. 26-Mar-93  Dale Amon at GPL
  12.        Created.
  13. */
  14.  
  15. #import <appkit/appkit.h>
  16. #import <misckit/miscgiskit.h>
  17.  
  18. @interface MiscUKUTMCoord:MiscUTMCoord
  19. {
  20. }
  21.  
  22. -initDescription: (char *) txt;
  23. -awake;
  24.  
  25. /* blocked methods */
  26. -initDescription: (char *) txt constants: anObject;
  27.  
  28. @end
  29.